home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / ClipNotes.1.0 / Source / Application_ext.h < prev    next >
Text File  |  1995-06-12  |  601b  |  29 lines

  1. /* Application_ext.h                 
  2.  *
  3.  * This object controls the data of a beaker (molecules, cameras, groups etc.)
  4.  * It is the main document of BeakerBoy and controls everything from loading to
  5.  * setting up the browser which does most of the other work.
  6.  *
  7.  * Usage: ....
  8.  *
  9.  * Written by:         Thomas Engel
  10.  * Created:            23.10.1993 (Copyleft)
  11.  * Last modified:     12.11.1994
  12.  */
  13.  
  14. #import <appkit/appkit.h>
  15. #import <misckit/MiscAppDefaults.h>
  16.  
  17. @interface Application(Ext)
  18.  
  19. - (BOOL)knowsDefaultValue:(const char *)defName;
  20. - (BOOL)didAutolaunch;    
  21.  
  22. @end
  23.  
  24. /*
  25.  * History: 13.01.95 Buh
  26.  *            
  27.  *
  28.  * Bugs: - ...
  29.  */